python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Crypto.com API : Create Order
Crypto.com API is not very friendly.
Took forever to get account balance authorized.
Using same technique, same encoding I cannot get the order created.
Always get unauthorized.
<cfscript>
ap...
Merle_the_Pearl
Votes: 0
Answers: 1
Sort a nested structure in Coldfusion
I am trying to sort a nested struct using StructSort. Below is a simple example of what I am trying to do. The code below does not work and returns the following error "The specified element a do...
Nebu
Votes: 0
Answers: 1
ColdFusion : Get Array from Inside Structure - Binance API Result
Horray - got the ColdFusion to Binance API working.
Binance API Result has an Array Inside the JSON Structure.
Trying to pull the Fills data. But not having best luck.
<cfset result = '{"sym...
Merle_the_Pearl
Votes: 0
Answers: 2
ColdFusion : Binance API : Not all sent parameters were read
These Crypto API's are going to be the death of me. Finally have Binance API sorted and the Signature working. But now when all the variable are passed I get the error -1104 below.
{"code"...
Merle_the_Pearl
Votes: 0
Answers: 1