Skip to main content
POST
/
trade
/
v1
/
venues
/
addresses
Request a new venue deposit address
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.

Body

application/json

Deposit address request containing venue and asset information

asset
string

The asset for which to create a deposit address

Example:

"ETH"

network
string

The network on which to create the deposit address

venue
string

The venue where the deposit address should be created

Example:

"binance"

Response

Deposit address request accepted and will be processed asynchronously