Txn.pro - API Documentation
Sandbox LoginChangelogStatus Page
  • Getting setup
    • Environments
    • Creating a Sandbox account
    • Back office user roles
    • Creating your API keys
    • Postman collection
  • API Basics
    • API specification
    • API status
    • Supported currencies
    • Date and time format
    • Authenticating the API
    • Webhooks
      • Verifying webhooks
      • Source IP addresses
      • Retrying schedule
    • Rate limits
  • Hosted pages
  • Accounts
    • Accounts concept
    • Listing accounts
    • Reading account
    • Listing account addresses
    • Creating account address
    • Listing account transactions
    • Reading account transaction
  • Exchange
    • Exchange concept
    • Supported currency pairs
    • Reading exchange rates
    • Exchange webhooks
    • Creating quote
    • Confirming quote
  • Invoices
    • Invoices concept
    • Invoice status flow
    • Invoices in cashier
    • Invoice limitations
    • Listing invoice currency pairs
    • Invoice webhooks
    • Creating invoice
    • Reading invoice
    • Listing invoices
    • Invoice refunds
  • Payouts
    • Payouts concept
    • Payout status flow
    • Payout limitations
    • Listing payout currency pairs
    • Validating addresses
    • Payout webhooks
    • Creating payout
    • Reading payout
    • Listing payouts
  • Mass Payouts
  • PAYMENT LINKS
    • Payment links concept
    • Creating payment link
    • Expiring payment link
    • Reading payment link
    • Listing payment links
  • CHANNELS
    • Channels concept
    • Channels deposit flow
    • Listing channel currency pairs
    • Channel webhooks
    • Creating channel
    • Reading channel
    • Updating channel
    • Listing channels
    • Listing channel deposits
    • Reading channel deposit
  • (BETA) Fiat Settlements
    • Important information
    • Bank withdrawal webhooks
    • Bank deposit webhooks
    • Listing bank accounts
    • Reading bank account
    • Previewing bank withdrawal
    • Creating bank withdrawal
    • Listing bank withdrawals
    • Reading bank withdrawal
    • Listing bank deposits
    • Reading bank deposit
Powered by GitBook
On this page
  1. Exchange

Exchange webhooks

{
  "data": {
    "attributes": {
      "accountChargedId": "194b2c3e-e88a-43a4-b07b-b00e5afb2038",
      "accountReceivedId": "13a85b45-8543-41c7-b963-394d4ea128ae",
      "amountCharged": "0.001",
      "amountChargedCurrency": "BTC",
      "amountReceived": "55.39",
      "amountReceivedCurrency": "EUR",
      "exchangeFee": "0.56",
      "exchangeFeeCurrency": "EUR",
      "expiresAt": "2024-10-08T07:20:12.824Z",
      "rate": "55952.82",
      "rateCurrency": "EUR"
    },
    "id": "62b45111-7077-4fd3-90d7-694687794a71",
    "relationships": {
      "exchangeOrder": {
        "meta": {
          "included": false
        }
      }
    },
    "type": "exchangeQuotes"
  },
  "meta": {}
}
PreviousReading exchange ratesNextCreating quote

Last updated 7 months ago