cURL
curl --request POST \ --url 'https://share-ddn.formless.xyz/v1#splits_fetch_data' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": "1", "method": "splits_fetch_data", "params": { "contract_address": "0x1234567890abcdef1234567890abcdef12345678", "network_id": 8453, "page": 0, "page_size": 25 } }'
{ "jsonrpc": "2.0", "id": "<string>", "result": { "total_slots": "<string>", "total_splits": 123, "community_allocation_percent": 123, "percent_per_slot": 123, "splits_data": [ { "wallet_address": "<string>", "unique_id": "<string>", "display_name": "<string>", "email_address": "<string>", "percentage": 123, "verified_identity": true } ], "email_addresses": [ "<string>" ], "split_percentage_owned_by_unique_id": 123, "pagination": { "total_records": 123, "current_page": 123, "total_pages": 123, "next_page": 123, "prev_page": 123 } } }
Retrieve revenue split information for a smart contract
JWT token with Unique ID identification
2.0
splits_fetch_data
Show child attributes
Successful response