Transaction Spending Limits Endpoints
Description of endpoints used to get data related to transaction spending limits on the DeSo blockchain
Last updated
Was this helpful?
Description of endpoints used to get data related to transaction spending limits on the DeSo blockchain
Last updated
Was this helpful?
GET
/api/v0/get-transaction-spending-limit-response-from-hex/{transactionSpendingLimitHex}
This endpoint converts a hex string representing a TransactionSpendingLimit object into a client-friendly object. This is mainly used by identity to parse the transaction spending limit from extra data of an transaction to show the user the permissions they are granting to a derived key.
transactionSpendingLimitHex*
String
Hex string representing a TransactionSpendingLimit
POST
/api/v0/get-transaction-spending-limit-hex-string
This endpoint converts a into a hex string. This is mainly used by identity to convert the object into the form needed to generate an access signature at the endpoint.
TransactionSpendingLimit*
TransactionSpendingLimitResponse
The for which you wish to retrieve the hex string.