Get Ledger and relating transactions on the CSCL
If you are looking to get the that relates to a Ledger (Block) on the CSCL use the following script
If you are looking to get the that relates to a Ledger (Block) on the CSCL use the following script
have API calls for tokens as available on CSC e.g. tx_history and then by token if stated in params rename
To retrieve an array of tokens available on the CSCL use the following script This will give a response of
To retrieve information on an address use the following script This will give the response of
To retrieve data on a transaction use the script below This gives the following output
To receive a list of the latest Transactions use the following script This will give an output of
I am using PHP to connect via CURL to the ledger and to test my connection am using the following