API transfer assets problem

can somebody help me with the api transfer request from https://docs.wavesplatform.com/en/development-and-api/waves-node-rest-api/asset-transactions/private-functions.html it ends with error “The requested resource could not be found but may be available again in the future.” Can I fix it in some way?

1 Like

Hi,
this error means that the path in your request is incorrect. The node fails to find any function at given path and replies with such messages.
If you try to use the functions that require API-Key on the public nodes, they are usually blocked by proxy. It’s because they are using built-in wallet to sign transactions and do other stuff. On public nodes it’s only possible to broadcast already signed transactions.