curl --request GET \
--url https://api.platform.dakota.xyz/recipients/{id}/destinations \
--header 'x-api-key: <api-key>'{
"data": [
{
"destination_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"destination_type": "crypto",
"name": "My Ethereum Wallet",
"crypto_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"family": "evm",
"network_id": "ethereum-mainnet"
}
],
"meta": {
"total_count": 100,
"has_more_after": true,
"has_more_before": false,
"limit_reached": false
}
}Get a list of destinations for this recipient
curl --request GET \
--url https://api.platform.dakota.xyz/recipients/{id}/destinations \
--header 'x-api-key: <api-key>'{
"data": [
{
"destination_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"destination_type": "crypto",
"name": "My Ethereum Wallet",
"crypto_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"family": "evm",
"network_id": "ethereum-mainnet"
}
],
"meta": {
"total_count": 100,
"has_more_after": true,
"has_more_before": false,
"limit_reached": false
}
}KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Filter destinations by type.
crypto, fiat_us, fiat_iban List of destinations matching the filter criteria.
Wrapper for paginated list responses
List of objects returned by the API
Response for a crypto destination.
Show child attributes
Meta information about the response
Show child attributes