Get Pool Buy Transaction Details
This endpoint covers 6 documented variants, distinguished by query parameter value:
- Get External Sell Transaction Details (
get-external-sell-transaction-details): Get details and status for an external sell transaction (post-funded, quote-locked offramp). - Get Pool Sell Transaction Details (
get-pool-sell-transaction-details): Get details for a pool sell transaction. - Get Sell Transaction Details (
get-sell-transaction-details): Get details for a sell transaction. - Get Pool Buy Transaction Details (
get-pool-buy-transaction-details): Get details for a pool buy transaction. - Get Crypto Deposit Transaction Details (
get-crypto-deposit-transaction-details): Get Crypto Deposit Transaction Details - Get Crypto Withdraw Transaction Details (
get-crypto-withdraw-transaction-details): Get crypto withdraw transaction details.
transaction_type=POOL_BUY to fetch details for a pool buy transaction.
Possible status values: CREATED, PROCESSING, PENDING, COMPLETED, FAILED, CANCELLED, REVERTED, REJECTED, EXPIRED, SOURCE_INVALID, APPROVAL_REQUIRED, SUCCESSFUL, REFUND_INITIATED, REFUND_COMPLETED, REFUND_FAILED
Error codes: 4004: Transaction not foundHeaders
Your API key (configured in credentials)
HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256 of apiKey + timestamp (or apiKey + timestamp + userId when X-User-Id is required), keyed with your API secret. The HMAC Generator flow computes this for you.
Unix timestamp in seconds (auto-generated) Unix seconds, e.g. Math.floor(Date.now() / 1000). Must match the timestamp used in the X-Signature computation.
Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.
User UUID (set above)
Query Parameters
Must be EXTERNAL_SELL.
EXTERNAL_SELL, POOL_SELL, SELL, BUY, POOL_BUY, EXTERNAL_BUY, DEPOSIT, WITHDRAW Parent transaction UUID, returned as id from the create-external-sell-transaction and confirm-onchain-funding responses.
Related topics
Get Pool Sell Transaction DetailsGet Sell Transaction DetailsGet Crypto Deposit Transaction DetailsGet External Sell Transaction DetailsGet Crypto Withdraw Transaction Details