cURL
curl --request POST \ --url https://api.example.com/rewards/addresses \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "address": { "ledger": "ETHEREUM", "address": "<string>", "name": "<string>", "payout_group_id": "<string>" } } '
{ "address": { "id": "<string>", "ledger": "ETHEREUM", "address": "<string>", "name": "<string>", "payout_group_id": "<string>", "balance": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
Creates a new reward address for reward attribution
rewards:write_monitoring_address
The access token received from the authorization server in the OAuth 2.0 flow.
Show child attributes
A successful response.
Was this page helpful?