Hey everyone,
Sorry, simple question - I have built some very complex code BUT it's all through luck and trial and error ... not a programmer ... Can someone please tell me what's wrong with this request string below:
"{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/getAccountFunds", "params": {"wallet":["UK"]}, "id": 1}"
How do I format the syntax to correctly include the "wallet" in the call?
Thanks in advance
Sorry, simple question - I have built some very complex code BUT it's all through luck and trial and error ... not a programmer ... Can someone please tell me what's wrong with this request string below:
"{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/getAccountFunds", "params": {"wallet":["UK"]}, "id": 1}"
How do I format the syntax to correctly include the "wallet" in the call?
Thanks in advance


Comment