GET api/Minter/{id}
Retrieves the status of a Transaction Reference Number (ID). Returns "Pending" if transaction is unprocessed, "Success" if successfully processed, or "Failed: [error message]" if an error occured while processing your request. Your GET request must contain your Access Id and Transaction Id in the query parameters.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The generated Token Id |
string |
Required |
Body Parameters
None.
Request Formats
text/plain
Sample:
https://nftrazer.futurbnk.net/api/Access/[TOKEN_ID]?accessId=[ACCESS_ID]&txId=1234
application/json, text/json, text/xml, application/xml, application/x-www-form-urlencoded
Sample:
Not applicable.
Response Information
Resource Description
Returns "Pending", "Success" or "Failed: [error message]"
IHttpActionResultNone.
Response Formats
text/plain
Sample:
Success
application/json, text/json, text/xml, application/xml
Sample:
Not applicable.