curl --request POST \
--url https://gateway.apiosk.com/v1/apis/{slug} \
--header 'Content-Type: application/json' \
--header 'x-wallet-address: <api-key>' \
--header 'x-wallet-nonce: <api-key>' \
--header 'x-wallet-signature: <api-key>' \
--header 'x-wallet-timestamp: <api-key>' \
--data '
{
"owner_wallet": "<string>"
}
'{
"success": true,
"message": "<string>"
}curl --request POST \
--url https://gateway.apiosk.com/v1/apis/{slug} \
--header 'Content-Type: application/json' \
--header 'x-wallet-address: <api-key>' \
--header 'x-wallet-nonce: <api-key>' \
--header 'x-wallet-signature: <api-key>' \
--header 'x-wallet-timestamp: <api-key>' \
--data '
{
"owner_wallet": "<string>"
}
'{
"success": true,
"message": "<string>"
}Wallet address used for signed management calls.
Signature over the canonical Apiosk auth message.
Unix timestamp used in the signed auth message.
Replay-protected nonce used in the signed auth message.
Gateway API slug.