Skip to main content
GET
/
crypto
/
transactions
/
{id}
Get transaction details
curl --request GET \
  --url http://api.contabull.com/crypto/transactions/{id}
{
  "transactionId": "<string>",
  "status": "pending_payment",
  "quantity": 123,
  "cost": 123,
  "price": 123,
  "network": "ethereum",
  "symbol": "usdt",
  "currency": "BRL",
  "walletId": "<string>",
  "walletAddress": "<string>",
  "walletName": "<string>",
  "settlementSchedule": "instant",
  "settlementDate": "2023-11-07T05:31:56Z",
  "debt": {
    "initial": 123,
    "remaining": 123
  },
  "fills": [
    {
      "id": "<string>",
      "amount": 123,
      "hash": "<string>",
      "filledAt": "2023-11-07T05:31:56Z"
    }
  ],
  "createdAt": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string
required

Response

default - application/json
transactionId
string
required

Unique identifier for the transaction

status
enum<string>
required

Current status of the transaction

Available options:
pending_payment,
pending_fulfillment,
fulfillment_scheduled,
fulfilling,
fulfilled
quantity
number
required

Total amount of cryptocurrency purchased

cost
number
required

Total cost in fiat currency

price
number
required

Price per unit at execution

network
enum<string>
required

Blockchain network used for delivery

Available options:
ethereum,
tron,
polygon,
binance,
solana
symbol
enum<string>
required

Cryptocurrency symbol

Available options:
usdt,
usdc,
trx,
eth
currency
enum<string>
required

Fiat currency used for payment

Available options:
BRL,
USD,
EUR
walletId
string
required

Destination wallet ID

walletAddress
string
required

Destination wallet address

walletName
string
required

Destination wallet name

settlementSchedule
enum<string> | null
required

Settlement schedule used

Available options:
instant,
d0d0,
d1d1,
d2d2
settlementDate
string<date-time> | null
required

Expected or actual settlement date

debt
object
required

Debt tracking information for partial fills

fills
object[]
required

List of crypto deliveries for this transaction

createdAt
string<date-time>
required

When the transaction was created