Last updated
Provides functionalities to get details of non fungible tokens.
Endpoint: GET /balance
Description: Retrieves the current balance of the specified account.
Parameters:
account_id (required): The unique identifier of the account.
Endpoint: GET /metadata
Description: Fetches metadata related to the specified resource.
Parameters:
resource_id (required): The unique identifier of the resource.
Endpoint: GET /owner
Description: Obtains the owner information of the specified entity.
Parameters:
entity_id (required): The unique identifier of the entity.
Endpoint: GET /historical-logs
Description: Retrieves historical log data for the specified period.
Parameters:
start_date (required): The beginning date of the log period.
end_date (required): The ending date of the log period.
Endpoint: GET /historical-transactions
Description: Provides a record of transactions within the specified time frame.
Parameters:
account_id (required): The unique identifier of the account.
start_date (required): The beginning date of the transaction period.
end_date (required): The ending date of the transaction period.
Last updated