cURL
curl --request POST \ --url https://api.orderly.org/v1/client/campaign/sign_up \ --header 'Content-Type: application/json' \ --data ' { "campaign_id": 123 } '
{ "success": true, "timestamp": 1702989203989 }
Limit: 10 requests per 1 second
POST /v1/client/campaign/sign_up
Documentation IndexFetch the complete documentation index at: https://orderly.network/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
Use this file to discover all available pages before exploring further.
OK
Indicates whether the request was successful.
true
Server timestamp in milliseconds.
1702989203989