Working with Transactions
Make sure to implement the prerequisite code, or else these examples will not work!
Retrieve a user transaction details
You can retrieve details about a specific transaction. NOTE: This example only provides estimated gas fees details for the transaction.
This is a code-based alternative to the GET /user/wallet/{transactionId}
endpoint, which was deprecated from the Socios.com API in Q1 2025.
Retrieve a user transaction receipt
You can retrieve a specific transaction receipt. NOTE: This example provides definitive gas fees details for the transaction.
Last updated