Requests
Check on the status of pending API requests.
Get Request Status
GET
https://api.nfty.dev/v1/requests/:request_id
This API call will retrieve the current status of the blockchain transaction from a previous API call. For example, creating a collection, minting an NFT, or initiating a transfer all return a request_id
that you can use to see when the blockchain transaction is completed. If you prefer, you can also use the Webhook Events instead of polling with this API call.
Path Parameters
Name | Type | Description |
---|---|---|
request_id | string | Pass in a |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Your authentication token |
Example Request:
Example Response:
Last updated