My App

Deposit token to funding account

Deposit funds to the funding account balance for a specific asset. This endpoint allows adding funds to a user's funding account.

POST
/accounts/token/deposit
OBSIDIAN-KEY<token>

In: header

OBSIDIAN-SECRET<token>

In: header

address?string
tx_hash?string
token_address?string
amount?string

Response Body

application/json

application/json

curl -X POST "https://api.dev.obsidian.exchange/accounts/token/deposit" \  -H "Content-Type: application/json" \  -d '{}'
{
  "user_address": "string",
  "asset": "string",
  "amount": "string",
  "unique_id": "string"
}
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string",
      "property1": null,
      "property2": null
    }
  ]
}