Pool sell success v1
This callback will be triggered when a pool sell transaction completes (outgoing fiat payout for crypto sold into the pool).
Headers
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.
Body
Event name. Value is POOL_SELL.
The user_id field
The client_id field
The transaction_status field
The invested_at field
The transaction_id field
The transfer_type field
The bank_reference_id field
The usd_amount field
The fiat_amount field
Response
Successful response
Related topics
Create Pool Sell Transaction (v1)Pool buy success v1External sell success v1Crypto sell success v1List Transactions (v1)