Creates a request for a new deposit address at a specific venue for the given asset. The address generation is processed asynchronously and the address will be available once generated.
curl --request POST \
--url https://api.staging.layer1.com/trade/v1/venues/addresses \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"asset": {
"code": "USDT"
},
"network": {
"code": "ETHEREUM"
},
"venue": "kraken"
}
'{
"code": "<string>",
"traceId": "<string>",
"status": "<string>",
"message": "<string>",
"details": {
"documentLink": "<string>",
"errors": {}
}
}Documentation Index
Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Deposit address request containing venue and asset information
Deposit address request accepted and will be processed asynchronously
curl --request POST \
--url https://api.staging.layer1.com/trade/v1/venues/addresses \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"asset": {
"code": "USDT"
},
"network": {
"code": "ETHEREUM"
},
"venue": "kraken"
}
'{
"code": "<string>",
"traceId": "<string>",
"status": "<string>",
"message": "<string>",
"details": {
"documentLink": "<string>",
"errors": {}
}
}