curl --request POST \
--url https://gateway.apiosk.com/v1/apis/register \
--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 '
{
"name": "<string>",
"slug": "<string>",
"endpoint_url": "<string>",
"price_usd": 5.00005,
"description": "<string>",
"owner_wallet": "<string>"
}
'{
"success": true,
"api_id": "<string>",
"slug": "<string>",
"gateway_url": "<string>",
"status": "<string>",
"verified": true,
"health_check_passed": true,
"message": "<string>"
}curl --request POST \
--url https://gateway.apiosk.com/v1/apis/register \
--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 '
{
"name": "<string>",
"slug": "<string>",
"endpoint_url": "<string>",
"price_usd": 5.00005,
"description": "<string>",
"owner_wallet": "<string>"
}
'{
"success": true,
"api_id": "<string>",
"slug": "<string>",
"gateway_url": "<string>",
"status": "<string>",
"verified": true,
"health_check_passed": 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.