v1
latestOpenAPI 3.0.02026-07-26117342409.6 KBCrypto Withdrawals
Put Crypto Destination Addresses
Updates a specified crypto destination address. If the address does not exist, it will be created
put/transfer/crypto-destination-address
Request body
Response
A successful response.
Example response
{
"address": {
"id": "31f20a34-c1eb-4c86-adad-1e46bc271e1a",
"crypto_network": "ETHEREUM",
"address": "0xe4B0aCA9FB669817775274775b20e52118595515",
"nickname": "my_new_address",
"status": "APPROVED",
"created_at": "2024-01-01T00:00:00Z",
"bookmarked": true
}
}