How to send my asset to someone via API?

Hi, I want to send my asset to someone via API on JavaScript. I want to use API like Blockchain's wallet API. It is super easy. https://blockchain.info/ja/api/blockchain_wallet_api

I could not find the similar API in counterparty document. I am very grateful if you can suggest me how to implement it.

Thanks.

2

This should have everything you need: http://support.counterparty.io/support/articles/5000003524-how-do-i-get-started-developing-on-counterparty-

Hostname: devtest.counterparty.io

    counterpartyd RPC user / password: rpc / 1234
    counterpartyd API Port: 4000 (testnet port is 14000)
    counterblockd API Port: 4100 (testnet port is 14100)

@Equality 7-2521

Thank you so much. I am trying to use the API. But I have another problem. I posted an issue below.

https://forums.counterparty.io/discussion/865/get-asset-info-does-not-return-my-asset-hostname-is-devtest-counterparty-io

I think that I should fix this problem at first. After the problem fixed, I will try to send my asset.
1
I installed counterpartyd on my own server and I could send my asset to another address by using "counterpartyd send" command.

My issue was resolved. 

Thanks.