Payout wallet
get
Fetches the payout wallet associated with the network
Authorizations
Responses
200Success
application/json
get
GET /account/payout-wallet HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200Success
{
"wallet_id": "text"
}
post
Set an existing account wallet as the wallet to receive network payments.
Authorizations
Body
wallet_idstringOptional
udid
Responses
200Success
application/json
Responseobject
post
POST /account/payout-wallet HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 20
{
"wallet_id": "text"
}
200Success
{}
Was this helpful?