REST API
Delegations by wallet
Get a list of incoming and outgoing delegations for a specific taproot wallet.
GET
https://ordinalproxy.xyz/api/v1/wallet
Query Parameters
Name
Type
Description
wallet*
string
The wallet to get delegations for
200: OK Delegation[]
Delegations by wallet Example
Delegation Checks
Returns true if the to address is delegated to act on the from wallets behalf.
GET
https://ordinalproxy.xyz/api/v1/check
Query Parameters
Name
Type
Description
to*
string
The hot wallet to act on the cold wallets behalf
from*
string
The cold wallet who issued the delegation
200: OK Boolean
Check All Example
Verify Signature
Returns true if the inscription signature ("s") is valid.
POST
https://ordinalproxy.xyz/api/v1/verify/signature
Body Parameters
Name
Type
Description
signature*
string
The signature.
message*
string
The original message.
200: OK Boolean
Check All Example
Last updated