Skip to main content
POST
/
quote
/
execute
Execute crypto purchase
curl --request POST \
  --url http://api.obsidiam.com/quote/execute \
  --header 'Content-Type: application/json' \
  --data '
{
  "quotationId": "<string>",
  "quantity": "<string>"
}
'
{
  "cryptoTransactionId": "<string>",
  "quantity": "<string>",
  "cost": "<string>",
  "price": "<string>",
  "network": "TRON",
  "symbol": "USDT",
  "currency": "<string>",
  "walletAddress": "<string>",
  "settlementSchedule": "D0",
  "settlementDate": "2023-11-07T05:31:56Z"
}

Body

application/json
quotationId
string
required

Unique identifier from a previous quote request

quantity
string
required

Amount of crypto to purchase

Response

default - application/json
cryptoTransactionId
string
required

Unique identifier for the crypto transaction

quantity
string
required

Actual crypto amount purchased

cost
string
required

Total cost in BRL

price
string
required

Execution price per unit

network
enum<string>
required

Blockchain network (ethereum, tron, polygon, binance, solana)

Available options:
TRON,
ETHEREUM
symbol
enum<string>
required

Cryptocurrency symbol

Available options:
USDT,
USDC
currency
string
required

Fiat currency used for the transaction

walletAddress
string
required

Destination wallet address

settlementSchedule
enum<string>
required

Settlement timing schedule

Available options:
D0,
D1,
D2
settlementDate
string<date-time>
required

Expected settlement date and time